home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
novell
/
nw_lite
/
l11p02
/
stackfix.pat
< prev
Wrap
Text File
|
1996-07-10
|
920b
|
26 lines
TARGET=C:\NWLITE\SERVER.EXE
LIST
print "STACKFIX.PAT - NetWare Lite Server stack initialization fix patch.\n"
VERIFY
va = search ( 90 90 90 90 90 90 90 E8 80 00 checksum 558 )
if va=3095 then
print " $TARGET already contains patch STACKFIX.PAT.\n"
stop
else
print " $TARGET does not contain patch STACKFIX.PAT.\n"
endif
APPLY
print " Applying patch STACKFIX.PAT to $TARGET...\n"
vb = search ( FA 1E 17 BC 20 13 FB E8 80 00 checksum 481 )
if vb=3095 then
patch 3095 ( 90 90 90 90 90 90 90 checksum 3F0 )
write
print " $TARGET now contains patch STACKFIX.PAT.\n"
stop
else
print " Could not find pattern indicating that $TARGET\n"
print " needs this patch. Make sure you are using this\n"
print " patch with NetWare Lite SERVER.EXE, version 1.1.\n"
stop
endif